runtime.g.writebuf (field)
12 uses
runtime (current package)
mprof.go#L863: g0.writebuf = buf[0:0:len(buf)]
mprof.go#L870: n = len(g0.writebuf)
mprof.go#L871: g0.writebuf = nil
print.go#L97: if gp == nil || gp.writebuf == nil || gp.m.dying > 0 {
print.go#L102: n := copy(gp.writebuf[len(gp.writebuf):cap(gp.writebuf)], b)
print.go#L103: gp.writebuf = gp.writebuf[:len(gp.writebuf)+n]
proc.go#L3470: gp.writebuf = nil
runtime2.go#L476: writebuf []byte
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)